func runtime.traceEvent

33 uses

	runtime (current package)
		trace.go#L233: 			traceEvent(traceEvGoCreate, -1, uint64(gp.goid), uint64(id), stackID)
		trace.go#L238: 			traceEvent(traceEvGoWaiting, -1, uint64(gp.goid))
		trace.go#L242: 			traceEvent(traceEvGoInSyscall, -1, uint64(gp.goid))
		trace.go#L521: func traceEvent(ev byte, skip int, args ...uint64) {
		trace.go#L987: 	traceEvent(traceEvGomaxprocs, 1, uint64(procs))
		trace.go#L991: 	traceEvent(traceEvProcStart, -1, uint64(getg().m.id))
		trace.go#L1000: 	traceEvent(traceEvProcStop, -1)
		trace.go#L1006: 	traceEvent(traceEvGCStart, 3, trace.seqGC)
		trace.go#L1011: 	traceEvent(traceEvGCDone, -1)
		trace.go#L1015: 	traceEvent(traceEvGCSTWStart, -1, uint64(kind))
		trace.go#L1019: 	traceEvent(traceEvGCSTWDone, -1)
		trace.go#L1045: 			traceEvent(traceEvGCSweepStart, 1)
		trace.go#L1057: 		traceEvent(traceEvGCSweepDone, -1, uint64(_p_.traceSwept), uint64(_p_.traceReclaimed))
		trace.go#L1063: 	traceEvent(traceEvGCMarkAssistStart, 1)
		trace.go#L1067: 	traceEvent(traceEvGCMarkAssistDone, -1)
		trace.go#L1075: 	traceEvent(traceEvGoCreate, 2, uint64(newg.goid), uint64(id))
		trace.go#L1083: 		traceEvent(traceEvGoStartLabel, -1, uint64(_g_.goid), _g_.traceseq, trace.markWorkerLabels[_p_.ptr().gcMarkWorkerMode])
		trace.go#L1085: 		traceEvent(traceEvGoStartLocal, -1, uint64(_g_.goid))
		trace.go#L1088: 		traceEvent(traceEvGoStart, -1, uint64(_g_.goid), _g_.traceseq)
		trace.go#L1093: 	traceEvent(traceEvGoEnd, -1)
		trace.go#L1099: 	traceEvent(traceEvGoSched, 1)
		trace.go#L1105: 	traceEvent(traceEvGoPreempt, 1)
		trace.go#L1110: 		traceEvent(traceEvFutileWakeup, -1)
		trace.go#L1112: 	traceEvent(traceEv & ^traceFutileWakeup, skip)
		trace.go#L1119: 		traceEvent(traceEvGoUnblockLocal, skip, uint64(gp.goid))
		trace.go#L1122: 		traceEvent(traceEvGoUnblock, skip, uint64(gp.goid), gp.traceseq)
		trace.go#L1127: 	traceEvent(traceEvGoSysCall, 1)
		trace.go#L1146: 	traceEvent(traceEvGoSysExit, -1, uint64(_g_.goid), _g_.traceseq, uint64(ts)/traceTickDiv)
		trace.go#L1155: 	traceEvent(traceEvGoSysBlock, -1)
		trace.go#L1161: 	traceEvent(traceEvHeapAlloc, -1, gcController.heapLive)
		trace.go#L1167: 		traceEvent(traceEvHeapGoal, -1, 0)
		trace.go#L1169: 		traceEvent(traceEvHeapGoal, -1, heapGoal)
		trace.go#L1196: 	traceEvent(traceEvUserTaskEnd, 2, id)